projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c3d108
)
Add deprecation guards for gdk_device_get_core_pointer()
author
Javier Jardón
<jjardon@gnome.org>
Wed, 22 Sep 2010 01:53:23 +0000
(
03:53
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Wed, 22 Sep 2010 01:53:23 +0000
(
03:53
+0200)
gdk/gdkinput.h
patch
|
blob
|
history
diff --git
a/gdk/gdkinput.h
b/gdk/gdkinput.h
index bc30cd2ef486ef5fc231f772fde21e129832d926..3ea024dc2de25826be4f9130c947a41c8f471102 100644
(file)
--- a/
gdk/gdkinput.h
+++ b/
gdk/gdkinput.h
@@
-43,7
+43,9
@@
G_BEGIN_DECLS
/* Returns a list of GdkDevice * */
GList * gdk_devices_list (void);
+#ifndef GTK_DISABLE_DEPRECATED
GdkDevice *gdk_device_get_core_pointer (void);
+#endif
#endif /* GDK_MULTIHEAD_SAFE */